home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-09-14 | 208 b | 16 lines | [TEXT/MPS ] |
- #
- # Trim:
- #
- # Trim trailing spaces and tabs from end of each line in file
- #
-
- If {#} == 0
- Set Window "{Target}"
- Else
- Set Window "{1}"
- End
-
- Find • "{Window}"
- Set Exit 0
- Replace -c ∞ /[∂t∂f ]+∞/ "" "{Window}"
-